decorative banner

FileSystem created Attribute


    File(path).created
    Folder(path).created

Description

    The created attribute of File or Folder is the creation date of the object. If the object does not refer to a folder or file on the disk, the value is null.

Type

    Date, or null if the object does not refer to a file or folder on disk; read-only.